From: Wolfgang Denk Date: Wed, 1 Oct 2008 10:34:58 +0000 (+0200) Subject: TQM5200: enable support for ATAPI devices X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=33af3e6656e84660d397b5dd95abab2dccc36f83;p=project%2Fbcm63xx%2Fu-boot.git TQM5200: enable support for ATAPI devices Signed-off-by: Wolfgang Denk --- diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index efc8da498c..2cc215ab01 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -720,6 +720,9 @@ /* Interval between registers */ #define CFG_ATA_STRIDE 4 +/* Support ATAPI devices */ +#define CONFIG_ATAPI 1 + /*----------------------------------------------------------------------- * Open firmware flat tree support *-----------------------------------------------------------------------